home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / Sandvox 1.0.4.dmg / Sandvox.app / Contents / Resources / Japanese.lproj / Exception.nib / classes.nib next >
Text File  |  2006-08-04  |  2KB  |  41 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 cancelReport = id; 
  7.                 displayHelp = id; 
  8.                 showReportWindow = id; 
  9.                 submitReport = id; 
  10.             }; 
  11.             CLASS = KTAbstractBugReporter; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 oAccessoryView = NSView; 
  15.                 oGenericProgressIndicator = NSProgressIndicator; 
  16.                 oGenericProgressTextField = NSTextField; 
  17.                 oGenericProgressView = NSView; 
  18.                 oOpenSavedFeedbackSwitch = NSButton; 
  19.                 oReportWindow = NSWindow; 
  20.             }; 
  21.             SUPERCLASS = NSObject; 
  22.         }, 
  23.         {CLASS = KTEmailAddressComboBox; LANGUAGE = ObjC; SUPERCLASS = NSComboBox; }, 
  24.         {
  25.             CLASS = KTExceptionReporter; 
  26.             LANGUAGE = ObjC; 
  27.             OUTLETS = {
  28.                 oAddressComboBox = KTEmailAddressComboBox; 
  29.                 oDontReportButton = NSButton; 
  30.                 oIncludeConsoleCheckbox = NSButton; 
  31.                 oInformativeTextField = NSTextField; 
  32.                 oMessageTextField = NSTextField; 
  33.                 oReportButton = NSButton; 
  34.                 oReportTextView = NSTextView; 
  35.             }; 
  36.             SUPERCLASS = KTAbstractBugReporter; 
  37.         }, 
  38.         {CLASS = KTFeedbackAttachment; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  39.     ); 
  40.     IBVersion = 1; 
  41. }